projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b05db97
)
(do_ewmh_fullscreen): Check that what != NULL before
author
Jan Djärv
<jan.h.d@swipnet.se>
Fri, 2 Feb 2007 09:35:02 +0000
(09:35 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Fri, 2 Feb 2007 09:35:02 +0000
(09:35 +0000)
calling wm_supports.
src/ChangeLog
patch
|
blob
|
history
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 515f5a334cb0f535ac65cf38ef31a5457ba0b805..bfc82e05a5ea3721c43404295ff86d813fb0caeb 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2007-02-02 Jan Dj
\e
,Ad
\e
(Brv <jan.h.d@swipnet.se>
+
+ * xterm.c (do_ewmh_fullscreen): Check that what != NULL before
+ calling wm_supports.
+
2007-02-01 Juanma Barranquero <lekktu@gmail.com>
* lread.c (syms_of_lread) <user-init-file>: Doc fix.
diff --git
a/src/xterm.c
b/src/xterm.c
index e3fb3ae1c141caae0abe2d6d51e0d8d788d8f145..3650f3cc541313908f944751c18e18fa7aa7d510 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-8442,7
+8442,7
@@
do_ewmh_fullscreen (f)
break;
}
- if (!wm_supports (f, what)) return 0;
+ if (
what != NULL &&
!wm_supports (f, what)) return 0;
Fx_send_client_event (frame, make_number (0), frame,